Volume <percent>
Adjusts the playback volume.
Parameters
<percent>
Percentage corresponding to which the Volume has to be increased
or decreased.
Remarks
- Default
volume percentage is 100. In such circumstances, the wavefile will be played without any modification.
- Values below
the default volume will decrease the sound and values above the default will
increase it. Suppose the command is Volume 50; the played back volume will be just half the original volume.
- Volume
command affects all the Beep, Play and Speak commands.
- It is recommended that for the best voice quality the volume be set properly prior to the recording process.
Example
MAIN:
Answer
Volume 50
speak "Welcome to Xtend IVR"
wait 0
Volume 200
speak "Welcome to Xtend IVR"
wait 0
hangup
goto MAIN
ONHANGUP:
goto MAIN